stylecascade: Remove get_icon_factory() implementation
authorBenjamin Otte <otte@redhat.com>
Sat, 24 Nov 2012 19:59:37 +0000 (20:59 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 24 Nov 2012 20:12:00 +0000 (21:12 +0100)
It was redundant.

gtk/gtkstylecascade.c

index 9f54e37d13a56eb537e7916535e2a8595bf55bd9..b6fda51065e99b1b97f261551a0ce99c9985350b 100644 (file)
@@ -127,21 +127,11 @@ gtk_style_cascade_get_style_property (GtkStyleProvider *provider,
   return FALSE;
 }
 
-static GtkIconFactory *
-gtk_style_cascade_get_icon_factory (GtkStyleProvider *provider,
-                                   GtkWidgetPath    *path)
-{
-  /* If anyone ever implements get_icon_factory(), I'll
-   * look at this function. Until then I'll just: */
-  return NULL;
-}
-
 static void
 gtk_style_cascade_provider_iface_init (GtkStyleProviderIface *iface)
 {
   iface->get_style = gtk_style_cascade_get_style;
   iface->get_style_property = gtk_style_cascade_get_style_property;
-  iface->get_icon_factory = gtk_style_cascade_get_icon_factory;
 }
 
 static GtkSymbolicColor *